html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption,
tbody,
tfoot,
thead,
header,
section,
footer {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	list-style: none;
}

table,
tr,
td {
	border: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

html,
body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #222;
	font-family: "微雅软黑", "Microsoft Yahei", "宋体";
	text-decoration: none;
	font-weight: normal;
	text-decoration: none;
	min-width: 1300px;
}

ul,
dl,
ol {
	list-style: none;
}

ul,
dl,
ol,
dt,
dd,
p,
h1,
h2,
h3,
h4,
div,
span,
font {
	margin: 0;
	padding: 0;
}


/*通用代码*/

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.cls {
	clear: both;
}

.en {
	font-family: arial;
}

.prenext {
	margin-top: 50px;
}

#pagesize {
	overflow: hidden;
}


/*ban*/
.fullSlide{width:100%;position:relative;height:550px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:550px;overflow:hidden;text-align:center;background-position: center;}
.fullSlide .bd li a{display:block;height:550px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;position: relative;}
.fullSlide .hd ul .on{background:#0093ea;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:8%;z-index:1;width:40px;height:60px;background:url(../img/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:8%;background-position:-6px -137px;}

/*itop*/
.itop{
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
}
.itop .itop-txt{
	float: left;
	font-size: 13px;
	color: #555;
}
.itop .itop-time{
	float: right;
	font-size: 13px;
	color: #555;
	padding-left: 25px;
	background: url(../img/itop_time.png) center left no-repeat / 16px 16px;
}

/*ilogo*/
.ilogo{
	width: 100%;
	height: 110px;
}
.ilogo .ilogo-img{
	float: left;
	margin-top: 20px;
}
.ilogo .ilogo-img a{
	display: block;
}

.ilogo .ilogo-phone{
	float: right;
	padding-left: 65px;
	height: 46px;
	background: url(../img/ilogo_phone.png) left center no-repeat / 46px 46px;
	margin-top: 32px;
}
.ilogo .ilogo-phone span{
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 1;
}
.ilogo .ilogo-phone p{
	font-size: 28px;
	font-weight: bold;
	color: #0093ea;
	line-height: 1;
	margin-top: 5px;
}

/*inav*/
.inav{
	width: 100%;
	height: 55px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.inav>.wrap{
	position: relative;
}
.inav .inav-ul li{
	float: left;
	width: 12.5%;
}
.inav .inav-ul li a{
	display: block;
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}
.inav .inav-ul li:hover a,
.inav .inav-ul li.on a{
	background: #0093ea;
	color: #fff;
}

.inav .inav-list{
	width: 200px;
	background: rgba(0,0,0,0.85);
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 99;
}
.inav .inav-list h5{
	font-size: 15px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	background: rgba(255,255,255,0.15);
	margin-bottom: 12px;
}
.inav .inav-list ul li{
	width: 100%;
	border-bottom: 1px dashed #666;
	line-height: 38px;
}
.inav .inav-list ul li:last-of-type{
	border-bottom: none;
}
.inav .inav-list ul li a{
	position: relative;
	display: block;
	font-size: 13px;
	color: #ddd;
	padding: 0 10px;
}
.inav .inav-list ul li a:hover{
	font-weight: bold;
	color: #fff;
}
.inav .inav-list ul li a:after{
	position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #fff transparent transparent;
    top: 13px;
    right: 10px;
    z-index: 999;
    transform: rotate(45deg);
}

/*iabout*/
.iabout{
	width: 100%;
	margin-top: 60px;
}
.iabout .iabout-txt{
	float: left;
	width: 280px;
	height: 450px;
	box-sizing: border-box;
	padding: 20px 30px;
	background: linear-gradient(#0093ea, #15a8ff);
	position: relative;
}
.iabout .iabout-txt h5{
	color: #fff;
	font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin: 25px 0;
}
.iabout .iabout-txt p{
	width: 100%;
	color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}
.iabout .iabout-txt a{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	position: absolute;
	bottom: 40px;
	left: 30px;
}
.iabout .iabout-txt a:hover{
	background: #fff;
	color: #0093ea;
}
.iabout .iabout-img{
	float: left;
	width: 390px;
	height: 450px;
	margin-left: 30px;
	background: url(../img/iabout.jpg) center no-repeat;
	position: relative;
}
.iabout .iabout-img dl{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.iabout .iabout-img dl dt{
	font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}
.iabout .iabout-img dl dd{
	color: #fff;
	line-height: 20px;
}
.iabout .iabout-list{
	float: right;
	width: 470px;
}
.iabout .iabout-list ul li{
	float: left;
	width: 33%;
	height: 90px;
	padding-top: 20px;
	border-right: 1px dashed #e5e5e5;
}
.iabout .iabout-list ul li:nth-of-type(n+4){
	border-top: 1px dashed #e5e5e5;
}
.iabout .iabout-list ul li:nth-of-type(3n){
	border-right: none;
}
.iabout .iabout-list ul li i{
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
}
.iabout .iabout-list ul li i.iabout_icon1{
	background: url(../img/iabout_icon.png) top 0 left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon2{
	background: url(../img/iabout_icon.png) top -45px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon3{
	background: url(../img/iabout_icon.png) top -90px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon4{
	background: url(../img/iabout_icon.png) top -135px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon5{
	background: url(../img/iabout_icon.png) top -180px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon6{
	background: url(../img/iabout_icon.png) top -225px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon7{
	background: url(../img/iabout_icon.png) top -270px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon8{
	background: url(../img/iabout_icon.png) top -315px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon9{
	background: url(../img/iabout_icon.png) top -360px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon10{
	background: url(../img/iabout_icon.png) top -405px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon11{
	background: url(../img/iabout_icon.png) top -450px left 0 no-repeat;
}
.iabout .iabout-list ul li i.iabout_icon12{
	background: url(../img/iabout_icon.png) top -495px left 0 no-repeat;
}
.iabout .iabout-list ul li p{
	text-align: center;
	margin-top: 10px;
}
.iabout .iabout-list ul li:hover p{
	color: #0093ea;
}

/*cur*/
.icur{
	width: 100%;
	padding: 30px 0;
	margin-top: 60px;
	background: #f2f2f2;
}
.icur .icur-top{
	height: 22px;
}
.icur .icur-top .icur-title{
	float: left;
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
}
.icur .icur-top .icur-nav{
	float: right;
	line-height: 22px;
}
.icur .icur-top .icur-nav a{
	display: inline-block;
	margin: 0 15px;
	color: #888;
}
.icur .icur-top .icur-nav a:last-child{
	color: #222;
}
.icur .icur-top .icur-nav a:hover{
	color: #0093ea;
}
.icur .icur-bottom{
	margin-top: 20px;
}
.icur .icur-bottom .icur-img{
	float: left;
	width: 226px;
}
.icur .icur-bottom .icur-img a{
	display: block;
}
.icur .icur-bottom .icur-img img{
	display: block;
	width: 226px;
	height: 350px;
}
.icur .icur-bottom .icur-img a:nth-child(n+2){
	margin-top: 12px;
}
.icur .icur-bottom .icur-list{
	float: right;
	width: 962px;
}
.icur .icur-bottom .icur-list ul li{
	float: left;
	width: 312px;
	height: 350px;
	box-sizing: border-box;
	padding: 12px;
	background: #fff;
	margin-right: 12px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}
.icur .icur-bottom .icur-list ul li:hover{
	transform: translateY(-3px);
}
.icur .icur-bottom .icur-list ul li:nth-child(3n){
	margin-right: 0;
}
.icur .icur-bottom .icur-list ul li:nth-child(n+4){
	margin-top: 12px;
}
.icur .icur-bottom .icur-list ul li img{
	display: block;
	width: 288px;
	height: 200px;
}
.icur .icur-bottom .icur-list ul li p{
	font-size: 16px;
	margin: 15px 0 0 0;
}
.icur .icur-bottom .icur-list ul li span{
	display: block;
}
.icur .icur-bottom .icur-list ul li span em{
	display: inline-block;
	font-size: 13px;
	color: #adadad;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
	margin-top: 22px;
}
.icur .icur-bottom .icur-list ul li span em.icur-time{
	background: url(../img/icur_time.png) left center no-repeat;
	margin-right: 20px;
}
.icur .icur-bottom .icur-list ul li span em.icur-pattern{
	background: url(../img/icur_pattern.png) left center no-repeat;
}
.icur .icur-bottom .icur-list ul li>a{
	display: block;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #999;
	border-radius: 13px;
	border: 1px solid #999;
	margin-top: 15px;
}
.icur .icur-bottom .icur-list ul li>a:hover{
	border: 1px solid #0093ea;
	background: #0093ea;
	color: #fff;
}


/*合作*/
.icoop{
	width: 100%;
	margin-top: 60px;
	padding: 40px 0 30px;
	background: url(../img/coop_bg.jpg) center no-repeat;
}
.icoop .icoop-title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
	background: url(../img/icoop_title.png) center bottom no-repeat;
}

/*切换*/
.icoop-list {
	width: 100%;
	margin-top: 40px;
}
.icoop-list .hb03list {
	padding: 10px 0 90px;
}

.icoop-list .hb03list .swiper-slide {
	-webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.icoop-list .hb03list .swiper-slide:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.icoop-list .swiper-slide .icoop-img{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.icoop-list .swiper-slide .icoop-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.icoop-list .swiper-slide .icoop-txt{
	padding: 95px 26px 25px;
	background: rgba(255,255,255,0.95);
	margin-top: -70px;
	position: relative;
}
.icoop-list .swiper-slide:hover .icoop-txt{
	background: #fff;
}

.icoop-list .swiper-slide .icoop-txt h5{
	font-size: 20px;
	text-align: center;
}
.icoop-list .swiper-slide .icoop-txt i{
	display: block;
	width: 40px;
	height: 2px;
	background: #0093ea;
	margin: 15px auto;
}
.icoop-list .swiper-slide .icoop-txt p{
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.icoop-list .swiper-slide:hover .icoop-txt p{
	color: #222;
}
.icoop-list .swiper-slide .icoop-txt a{
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 13px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 17px;
	margin: 15px auto 0;
}
.icoop-list .swiper-slide .icoop-txt a:hover{
	border: 1px solid #0093ea;
	background: #0093ea;
	color: #fff;
}

.icoop-list .hb03list .swiper-pagination {
	font-size: 12px;
	font-family: arial;
	line-height: 50px;
	color: #fff;
}

.icoop-list .hb03list .swiper-pagination .swiper-pagination-current {
	margin: 0 10px;
}

.icoop-list .hb03list .swiper-pagination .swiper-pagination-total {
	margin: 0 10px;
}

.icoop-list .hb03list .swiper-button-prev {
	margin-top: 0;
	height: 50px;
	width: 20px;
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: -60px;
	background: url(../img/leftarr.png) no-repeat center;
}

.icoop-list .hb03list .swiper-button-next {
	margin-top: 0;
	height: 50px;
	width: 20px;
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: 40px;
	background: url(../img/rightarr.png) no-repeat center;
}

/*新闻*/
.inews{
	width: 100%;
	margin-top: 60px;
}
.inews .inews-txt{
	float: left;
	width: 280px;
	height: 450px;
	box-sizing: border-box;
	padding: 20px 30px;
	background: linear-gradient(#40cc93, #72e1b2);
	position: relative;
}
.inews .inews-txt h5{
	color: #fff;
	font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin: 25px 0;
}
.inews .inews-txt p{
	width: 100%;
	color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
}
.inews .inews-txt a{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	position: absolute;
	bottom: 40px;
	left: 30px;
}
.inews .inews-txt a:hover{
	background: #fff;
	color: #40cc93;
}
.inews .inews-img{
	float: left;
	width: 390px;
	height: 450px;
	margin-left: 30px;
	position: relative;
}
.inews .inews-img dl{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.inews .inews-img dl dt{
	font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}
.inews .inews-img dl dd{
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}
.inews .inews-list{
	float: right;
	width: 470px;
}

.inews .inews-list .inews-list-title{
	border-bottom: 1px solid #ddd;
	position: relative;
}
.inews .inews-list .inews-list-title:after{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #40cc93;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.inews .inews-list .inews-list-title h5{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #40cc93;
	line-height: 50px;

}
.inews .inews-list .inews-list-title a{
	float: right;
	margin-top: 20px;
	color: #666;
}
.inews .inews-list .inews-list-title a:hover{
	color: #40cc93;
}
.inews .inews-list ul{
	margin-top: 15px;
}
.inews .inews-list ul li{
	line-height: 46px;
	padding-right: 100px;
	position: relative;
}
.inews .inews-list ul li p a{
	font-size: 15px;
	padding-left: 20px;
	color: #555;
	position: relative;
}
.inews .inews-list ul li p a:hover{
	color: #222;
}
.inews .inews-list ul li p a:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}
.inews .inews-list ul li p a:hover:before{
	background: #40cc93;
}
.inews .inews-list ul li span{
	font-size: 13px;
	color: #777;
	position: absolute;
	right: 0;
	top: 0;
}

/*多列新闻*/
.inews-three{
	width: 100%;
	margin-top: 30px;
}
.inews-three .inews-column{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.inews-three .inews-column:nth-of-type(3n){
	margin-right: 0;
}

.inews-three .inews-column .inews-column-title{
	border-bottom: 1px solid #ddd;
	position: relative;
}
.inews-three .inews-column .inews-column-title:after{
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: #40cc93;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.inews-three .inews-column .inews-column-title h5{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #40cc93;
	line-height: 50px;

}
.inews-three .inews-column .inews-column-title a{
	float: right;
	margin-top: 20px;
	color: #666;
}
.inews-three .inews-column .inews-column-title a:hover{
	color: #40cc93;
}
.inews-three .inews-column ul{
	margin-top: 15px;
}
.inews-three .inews-column ul li{
	line-height: 46px;
	position: relative;
}
.inews-three .inews-column ul li p a{
	font-size: 15px;
	padding-left: 20px;
	color: #555;
	position: relative;
}
.inews-three .inews-column ul li p a:hover{
	color: #222;
}
.inews-three .inews-column ul li p a:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 7px;
}
.inews-three .inews-column ul li p a:hover:before{
	background: #40cc93;
}

/*页脚*/
.footer{
	width: 100%;
	padding: 40px 0;
	background: #333;
	margin-top: 100px;
}
.footer .ft-ewm{
	float: left;
	width: 120px;
	padding-right: 50px;
	border-right: 1px solid #666;
}
.footer .ft-ewm img{
	display: block;
	width: 120px;
	height: 120px;
}
.footer .ft-ewm p{
	text-align: center;
	color: #999;
	margin: 15px 0;
}
.footer .ft-nav{
	float: left;
}
.footer .ft-nav dl{
	float: left;
	margin-left: 80px;
}
.footer .ft-nav dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.footer .ft-nav dl dd{
	font-size: 13px;
	color: #ccc;
	line-height: 26px;
}
.footer .ft-nav dl dd a:hover{
	color: #fff;
}
.footer .ft-contact{
	float: left;
	margin-left: 80px;
	padding-left: 50px;
	border-left: 1px solid #666;
}
.footer .ft-contact span{
	display: block;
	line-height: 1;
	font-size: 13px;
	color: #fff;
}
.footer .ft-contact h5{
	font-size: 30px;
	line-height: 60px;
	color: #fff;
}
.footer .ft-contact p{
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	color: #ddd;
}

/*版权*/
.icopy{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #222;
	color: #fff;
}


/*内页*/
.content{
	width: 100%;
	margin-top: 30px;
}
.content .content-left{
	float: left;
    width: 870px;
}
.content .content-pos{
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	background: #f0f0f0;
	padding: 0 20px;
}
.content .content-left .content-box{
	margin-top: 20px;
	line-height: 30px;
}
.content .content-left .content-box img{
	max-width: 100%;
}
.content .content-right {
	float: right;
	width: 280px;
}

.content .content-right .content-right-box {
	margin-top: 20px;
}

.content .content-right .content-right-box:first-of-type {
	margin-top: 0;
}

.content .content-right .content-right-title {
	position: relative;
	line-height: 30px;
	border-top: 3px solid #444;
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.content .content-right .content-right-title:before {
	display: block;
	position: absolute;
	content: "";
	width: 90px;
	height: 3px;
	top: -3px;
	left: 0;
	background: #0093ea;
}

.content .content-right .content-right-nav ul li {
	line-height: 40px;
	border-bottom: 1px dotted #ddd;
}

.content .content-right .content-right-nav ul li a {
	display: block;
	padding-left: 15px;
	position: relative;
	color: #555;
}

.content .content-right .content-right-nav ul li a:hover {
	color: #0093ea;
}
.content .content-right .content-right-nav ul li a:after{
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	position: absolute;
	left: 0;
	top: 19px;
}

.content .content-right .content-right-nav ul li a:hover:after{
	background: #0093ea;
}
.content .content-right .content-right-ewm {
	margin-top: 10px;
}

.content .content-right .content-right-ewm img {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
}

.content .content-right .content-right-ewm .content-right-ewm-r {
	float: left;
	color: #666;
}

.content .content-right .content-right-ewm .content-right-ewm-r h5 {
	font-size: 14px;
	font-weight: bold;
	color: #0093ea;
	margin-bottom: 5px;
}

.content .content-right .content-right-ewm .content-right-ewm-r p {
	font-size: 13px;
	line-height: 25px;
}

/*about-ny*/

.about-ny {
	width: 100%;
	margin: 30px auto 0;
}


/*shukong单页*/

.about-ny .about-shukong-tit {
	font-size: 50px;
	line-height: 90px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 0 0 1.5%;
}

.about-ny .about-shukong-tit strong {
	color: #f96060;
	font-weight: bold;
}

.about-ny .more {
	display: block;
	width: 210px;
	background: linear-gradient(to right, #ffc100 0%, #ff7100 100%);
	background: -linear-gradient(to right, #ffc100 0%, #ff7100 100%);
	line-height: 52px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-radius: 36px;
	margin: 3% auto 0;
}

.about-ny .more:hover {
	background: linear-gradient(to right, #ff9f00 0%, #ff4200 100%);
	background: -webkit-linear-gradient(to right, #ff9f00 0%, #ff4200 100%);
}

.about-shukong01 {
	margin: 3% auto;
	padding-bottom: 2%;
}

.about-shukong01 .about-shukong01-list ul {
	text-align: center;
}

.about-shukong01 .about-shukong01-list ul li {
	margin: 0 1% 2%;
	width: 31.333%;
	border: 1px solid #f1f1f1;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1% 0 2%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

.about-shukong01 .about-shukong01-list ul li:hover {
	border: 1px solid #e68d23;
}

.about-shukong01 .about-shukong01-list ul li a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	border-radius: 50px;
	border: 1px solid #ccc;
	margin: 2% 5% 0;
	text-align: center;
}

.about-shukong01 .about-shukong01-list ul li a img {
	display: block;
	max-width: 100%;
}

.about-shukong01 .about-shukong01-list ul li h3 {
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	color: #de2827;
	padding: 0 5%;
}

.about-shukong01 .about-shukong01-list ul li p {
	font-size: 16px;
	line-height: 40px;
	color: #787878;
	padding: 0 5%;
}

.about-shukong01 .about-shukong01-list ul li a.a1 {
	background: #e54746;
	color: #fff;
	border: 1px solid #e54746;
}

.about-shukong01 .about-shukong01-list ul li:hover a.a1 {
	background: #e68d23;
	border: 1px solid #e68d23;
}

.about-shukong01 .about-shukong01-list ul li.w48 {
	width: 48%;
}

.about-shukong02 {
	background: #f5f5f5;
	padding: 4%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-shukong02 h5 {
	font-size: 50px;
	line-height: 90px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

.about-shukong02 ul li {
	background: #fff;
	padding: 3%;
	margin-bottom: 3%;
	overflow: hidden;
}

.about-shukong02 ul li img {
	display: block;
	float: left;
}

.about-shukong02 ul li:nth-of-type(even) img {
	float: right;
}

.about-shukong02 ul li dl {
	width: 50%;
	float: left;
}

.about-shukong02 ul li:nth-of-type(odd) dl {
	float: right;
}

.about-shukong02 ul li dl dt {
	font-size: 36px;
	color: #e54746;
	line-height: 60px;
	font-weight: bold;
}

.about-shukong02 ul li dl dd {
	font-size: 16px;
	color: #787878;
	line-height: 32px;
	padding: 3% 0;
}

.about-shukong02 ul li dl>a {
	width: 215px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	background: #e54746;
}

.about-shukong03 ul li {
	width: 24%;
	float: left;
	margin: 0 1.5% 3%;
	background: #fbfcfd;
	padding: 1% 3% 3%;
	border: 1px solid #e7e7e7;
	line-height: 28px;
	text-align: center;
}

.about-shukong03 ul li h3 {
	font-size: 28px;
	line-height: 48px;
}

.about-shukong03 ul li img {
	display: block;
	margin: 2% auto;
	max-width: 100%;
}

.about-shukong03 ul li p {
	min-height: 120px;
	font-size: 16px;
	color: #787878;
}

.about-shukong03 ul li>a {
	background: #0d9aee;
	font-size: 18px;
	color: #fff;
	display: block;
	width: 60%;
	line-height: 40px;
	text-align: center;
	margin: 4% auto 0;
}

.about-shukong04 {
	margin: 4% auto 0;
	background: #f7f7f7;
	padding: 4% 2% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-shukong04 ul li {
	width: 31.333%;
	float: left;
	padding: 0 0 2%;
	color: #333;
	cursor: pointer;
	background: #fff;
	margin: 0 1% 2%;
	text-align: center;
}

.about-shukong04 ul li:hover {
	box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}

.about-shukong04 ul li.bg {
	background: #868686;
	color: #fff;
}

.about-shukong04 ul li img {
	max-width: 100%;
}

.about-shukong04 ul li h3 {
	font-size: 24px;
	line-height: 36px;
	margin-top: 2%;
}

.about-shukong05 {
	margin-top: 5%;
}

.about-shukong05>p {
	font-size: 18px;
	line-height: 36px;
	padding: 1% 0 2%;
	color: #787878;
}

.about-shukong05 ul {
	text-align: center;
}

.about-shukong05 ul li {
	display: inline-block;
	width: 31.333%;
	margin: 1% 0.5%;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-shukong05 ul li .img {
	cursor: pointer;
}

.about-shukong05 ul li .img img {
	display: block;
	width: 100%;
}

.about-shukong05 dl {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.about-shukong05 dl dt {
	font-size: 24px;
	line-height: 50px;
	padding: 0 5%;
	color: #666;
}

.about-shukong05 dl dd {
	font-size: 16px;
	line-height: 28px;
	color: #a9a9a9;
	padding: 3% 7% 5%;
	border-top: 1px solid #eaeaea;
	height: 110px;
}

.about-shukong06 {
	padding: 5% 0;
}

.about-shukong06 ul li {
	width: 24%;
	height: 190px;
	float: left;
	margin: 0 0.5% 1%;
	border: 1px solid #f1f1f1;
	padding: 6% 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../img/shukong_img/b10.jpg) no-repeat center;
}

.about-shukong06 ul li.lia {
	padding: 0;
}

.about-shukong06 ul li h3 {
	color: #fff;
	font-size: 30px;
	line-height: 46px;
	text-align: center;
}

.about-shukong06 ul li img {
	display: block;
	max-width: 100%;
}

.about-shukong07 {
	background: #f5f5f5;
	padding: 4% 0 5%;
	margin-bottom: 3%;
}

.about-shukong07 ul li {
	width: 24%;
	margin: 0 0.5%;
	float: left;
	background: #fff;
	padding: 2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.about-shukong07 ul li h3 {
	font-size: 28px;
	margin-bottom: 5%;
}

.about-shukong07 ul li h3 span {
	display: inline-block;
	line-height: 42px;
	background: #1DD9AA;
	color: #fff;
	padding: 0 10%;
	border-radius: 30px;
}

.about-shukong07 ul li>a {
	cursor: pointer;
}

.about-shukong07 ul li>a img {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.about-shukong07 ul li h4 {
	min-height: 130px;
	font-size: 16px;
	line-height: 32px;
	margin-top: 3%;
	background: url(../img/shukong_img/dui.png) no-repeat left 8px;
	background-size: 18px;
	padding-left: 25px;
	color: #6f6f6f;
	text-align: left;
}

.about-shukong07 ul li .more {
	font-size: 18px;
	line-height: 36px;
	width: 95px;
}


/*plc单页*/

.about-plc-tit {
	text-align: center;
	font-size: 40px;
}

.about-plc-tit strong {
	font-size: 50px;
	font-weight: normal;
	color: #DA0003;
	border-bottom: 1px dashed #DA0003;
}

.about-plc01 ul li {
	width: 33.3333%;
	float: left;
	text-align: center;
	padding: 3% 0;
}

.about-plc01 ul li.blr {
	border: 1px dashed #787878;
	border-top: none;
	border-bottom: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.about-plc01 ul li img {
	max-width: 100%;
	height: 80px;
}

.about-plc01 ul li h3 {
	font-size: 24px;
	line-height: 50px;
}

.about-plc01 ul li p {
	font-size: 16px;
}

.about-plc02 {
	margin-top: 5%;
}

.about-plc02 ul li {
	width: 24%;
	margin: 2% 0 0 1%;
	float: left;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
}

.about-plc02 ul li.ml0 {
	margin-left: 0;
}

.about-plc02 ul li img {
	display: block;
	max-width: 100%;
}

.about-plc02 ul li h3 {
	font-size: 22px;
	line-height: 60px;
}

.about-plc02 ul li p {
	font-size: 16px;
	line-height: 40px;
	background: #f00;
	color: #fff;
	cursor: pointer;
}

.about-plc03 {
	margin-top: 5%;
}

.about-plc03 .about-plc03-img {
	margin-bottom: -17px;
}

.about-plc03 .about-plc03-img img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about-plc03 .cont {
	background: url(../img/plc_img/c_bg.jpg) no-repeat center;
	padding: 6% 0;
}

.about-plc03 .cont .lef {
	width: 45%;
	border: 1px solid #f1f1f1;
	padding: 1%;
	float: left;
}

.about-plc03 .cont .lef img {
	max-width: 100%;
}

.about-plc03 .cont .rig {
	width: 48%;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	float: right;
}

.about-plc03 .cont .rig h3 {
	font-size: 40px;
	line-height: 100px;
}

.about-plc03 .cont .rig .mor a {
	font-size: 20px;
	line-height: 46px;
	display: inline-block;
	background: #FFDB00;
	color: #272B2E;
	margin: 5% 5% 0 0;
	padding: 0 8%;
	border-radius: 6px;
	cursor: pointer;
}

.about-plc03 .cont .rig .mor a:hover {
	background: #FFCA00;
}

.about-plc04 {
	margin-top: 5%;
}

.about-plc04 ul li {
	margin-top: 3%;
	width: 48.5%;
	line-height: 30px;
	font-size: 14px;
	color: #787878;
	padding: 3% 5% 4%;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.about-plc04 ul li:nth-of-type(2n) {
	float: right;
}

.about-plc04 ul li h3 {
	line-height: 50px;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}

.about-plc04 ul li h3 span {
	background: #f7f7f7;
	display: inline-block;
	padding: 0 4%;
	margin-right: 2%;
}

.about-plc04 ul li img {
	display: block;
	max-width: 100%;
}

.about-plc04 ul li p {
	min-height: 160px;
	margin: 10px 0;
}

.about-plc04 ul li a {
	cursor: pointer;
	display: block;
	width: 150px;
	line-height: 46px;
	background: #333;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.about-plc04 ul li:hover {
	background: #333;
	color: #fff;
}

.about-plc04 ul li:hover * {
	color: #fff;
}

.about-plc04 ul li:hover h3 span {
	color: #333;
}

.about-plc04 ul li:hover a {
	color: #333;
	background: #fff;
}

.about-plc05 {
	margin-top: 5%;
}

.about-plc05 .cont {
	padding: 2% 0 3%;
}

.about-plc05 .cont .img {
	width: 34%;
	margin: 3% 3% 0;
	float: left;
}

.about-plc05 .cont .img img {
	display: block;
	max-width: 100%;
}

.about-plc05 .cont .fot {
	width: 30%;
	float: left;
}

.about-plc05 .cont .fot .ceng {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 4%;
	margin-top: 10%;
}

.about-plc05 .cont .fot h3 {
	font-size: 22px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.about-plc05 .cont .fot p {
	font-size: 13px;
	line-height: 30px;
	color: #787878;
}

.about-plc05 h1 {
	font-size: 34px;
	line-height: 70px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.about-plc05 ul li {
	float: left;
	width: 32.5%;
	background: #f7f7f7;
	line-height: 30px;
	padding: 2%;
	margin-bottom: 1%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.about-plc05 ul li.mlr2 {
	margin: 0 1%;
}

.about-plc05 ul li:nth-child(2n+0) {
	background: #90C190;
	color: #fff;
}

.about-plc06 {
	margin-top: 5%;
}
.about-plc06 .cont{margin-top:4%;height:420px;background:url(http://cdn.ztiku.net/cdn/pc/plc/d04.png) no-repeat center bottom;background-size:50%;}
.about-plc06 .cont li{float:left;width:16%;margin:0 2%;}
.about-plc06 .cont h3{font-size:20px;font-weight:bold;line-height:30px;}
.about-plc06 .cont h3 strong{font-size:15px;font-weight:normal;width:30px;height:30px;border-radius:50%;background:#f1f1f1;display:inline-block;text-align:center;line-height:30px;margin-right:5px;color:#fff;}
.about-plc06 .cont p{font-size:16px;line-height:26px;padding:6px 0 0;color:#787878;}
.about-plc06 .cont li.lia{margin-top:7%;}
.about-plc06 .cont li.lia h3{color:#dd8047;}
.about-plc06 .cont li.lia h3 strong{background:#dd8047;}
.about-plc06 .cont li.lib h3{color:#A5AB81;}
.about-plc06 .cont li.lib h3 strong{background:#A5AB81;}
.about-plc06 .cont li.lic h3{color:#D8B25C;}
.about-plc06 .cont li.lic h3 strong{background:#D8B25C;}
.about-plc06 .cont li.lid h3{color:#7CA89E;}
.about-plc06 .cont li.lid h3 strong{background:#7CA89E;}
.about-plc06 .cont li.lie{margin-top:7%;}
.about-plc06 .cont li.lie h3{color:#958B8B;}
.about-plc06 .cont li.lie h3 strong{background:#958B8B;}
.about-plc06 .cont .lfrg{margin-top:7%;}
.about-plc06 .cont .lef{float: left;}
.about-plc06 .cont .lef h3{color:#94B6D2;}
.about-plc06 .cont .lef h3 strong{background:#94B6D2;}
.about-plc06 .cont .rig{
	float: right;
}
.about-plc06 .cont .rig h3{color:#D8B15C;}
.about-plc06 .cont .rig h3 strong{background:#D8B15C;}

.about-plc06 .plc_more{
	background: #ffe400;
    color: #333;
    display: block;
    width: 230px;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    margin: 1% auto 0;
    border-radius: 50px;
}

/*内页学历列表*/
.content .content-cur-list ul li{
	float: left;
	width: 280px;
	height: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.content .content-cur-list ul li:nth-of-type(3n){
	margin-right: 0;
}
.content .content-cur-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.content .content-cur-list ul li a img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.content .content-cur-list ul li a:hover img{
	transform: scale(1.08);
}
.content .content-cur-list ul li a p{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 10px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.content .content-cur-list ul li a:hover p{
	background: rgba(0,0,0,0.8);
}
/*专业单页内容*/
.content .cur-nr h5{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.content .cur-school{
	margin-top: 30px;
}
.content .cur-school h5{
	font-size: 20px;
	color: #0093ea;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.content .cur-school ul li{
	float: left;
	width: 280px;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 15px;
	background: #fff;
	margin-right: 15px;
	border: 1px solid #eee;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	transition: all .3s ease;
}
.content .cur-school ul li:hover{
	transform: translateY(-3px);
}
.content .cur-school ul li:nth-child(3n){
	margin-right: 0;
}
.content .cur-school ul li img{
	display: block;
	width: 258px;
	height: 179px;
}
.content .cur-school ul li p{
	font-size: 15px;
	margin: 10px 0 0 0;
}
.content .cur-school ul li span{
	display: block;
}
.content .cur-school ul li span em{
	display: inline-block;
	font-size: 13px;
	color: #adadad;
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
	margin-top: 10px;
}
.content .cur-school ul li span em.icur-time{
	background: url(../img/icur_time.png) left center no-repeat;
	margin-right: 20px;
}
.content .cur-school ul li span em.icur-pattern{
	background: url(../img/icur_pattern.png) left center no-repeat;
}
.content .cur-school ul li>a{
	display: block;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #999;
	border-radius: 13px;
	border: 1px solid #999;
	margin-top: 10px;
}
.content .cur-school ul li>a:hover{
	border: 1px solid #0093ea;
	background: #0093ea;
	color: #fff;
}

/*合作院校*/

.content-hzyx-list {
	margin-top: 20px;
}

.content-hzyx-list ul li {
	float: left;
	width: 415px;
	margin-bottom: 40px;
}

.content-hzyx-list ul li:nth-of-type(2n) {
	float: right;
}

.content-hzyx-list ul li .content-hzyx-img {
	float: left;
	width: 80px;
	height: 80px;
}

.content-hzyx-list ul li .content-hzyx-img img {
	display: block;
	width: 80px;
	height: 80px;
}

.content-hzyx-list ul li .content-hzyx-txt {
	float: left;
	width: 320px;
	margin-left: 15px;
}

.content-hzyx-list ul li .content-hzyx-txt h5 {
	font-size: 15px;
	font-weight: bold;
}

.content-hzyx-list ul li .content-hzyx-txt span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

.content-hzyx-list ul li .content-hzyx-txt p {
	font-size: 12px;
	color: #666;
	line-height: 22px;
	height: 66px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a {
	margin-top: 10px;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a dd {
	float: left;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	background: #0093ea;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a dd:nth-of-type(3) {
	margin-right: 0;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a dd:hover {
	background: #eb6100;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a dd a {
	display: block;
}

.content-hzyx-list ul li .content-hzyx-txt .content-hzyx-a dd a i {
	margin-right: 8px;
}

.content-hzyx-nr .content-hzyx-nr-left {
	float: left;
	width: 300px;
	border-right: 1px solid #ddd;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img {
	padding: 0 10px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img img {
	display: block;
	width: 280px;
	height: 170px;
	margin-top: 10px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img h5 {
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 15px 0 10px 0;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img .content-hzyx-nr-font {
	font-size: 12px;
	overflow: hidden;
	line-height: 25px;
	color: #666;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img .content-hzyx-nr-font span {
	float: left;
	width: 60px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img .content-hzyx-nr-font dd {
	float: left;
	width: 220px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img>a {
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #EB6100;
	color: #fff;
	border-radius: 5px;
	margin: 20px auto 0;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-img>a i {
	margin-right: 10px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav {
	margin-top: 30px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav h5 {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #0093ea;
	padding-left: 15px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl {
	background: #eaf6ff;
	padding-bottom: 10px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl dt {
	height: 40px;
	line-height: 40px;
	background: #d3edff;
	padding: 0 30px;
	margin-bottom: 10px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl dt i {
	float: right;
	font-size: 13px;
	color: #999;
	margin-top: 13px;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl dd {
	width: 210px;
	padding: 0 15px;
	line-height: 35px;
	border-bottom: 1px dotted #ccc;
	margin: 0 auto;
	color: #666;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl dd:last-of-type {
	border-bottom: none;
}

.content-hzyx-nr .content-hzyx-nr-left .content-hzyx-nr-nav dl dd a:hover {
	color: #0093ea;
	font-weight: bold;
}

.content-hzyx-nr .content-hzyx-nr-right {
	float: right;
	width: 870px;
	padding-top: 20px;
	line-height: 25px;
}

.content-hzyx-nr .content-hzyx-nr-right img {
	max-width: 100%;
}

/*新闻列表*/

.content-newslist ul {
	margin-bottom: 30px;
}

.content-newslist ul li {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.content-newslist ul li a img {
	display: block;
	float: left;
	width: 190px;
	height: 130px;
}

.content-newslist ul li dl {
	float: right;
	width: 660px;
}

.content-newslist ul li dl dt {
	font-size: 15px;
	font-weight: bold;
	margin-top: 3px;
}

.content-newslist ul li dl dd {
	font-size: 12px;
	line-height: 25px;
	color: #666;
	margin-top: 5px;
}

.content-newslist ul li dl a {
	display: block;
	width: 110px;
	height: 33px;
	line-height: 32px;
	background: #0093ea;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	margin-top: 12px;
}

.content-newslist ul li dl a i {
	margin-right: 10px;
}

.content-newslist ul li dl a:hover {
	background: #eb6100;
}

.content-news {
	margin-top: 30px;
}

.content-news h5 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.content-news .content-news-info {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.content-news .content-news-main {
	margin-top: 20px;
}

.content-news .content-news-main img {
	display: block;
	max-width: 100%;
}
.content-news .content-prenext{
	margin-top: 80px;
}
